home *** CD-ROM | disk | FTP | other *** search
/ Champak 139 / (Vol 139) Sep 24 2011.iso / Games / kirby.swf / scripts / DefineSprite_244 / frame_150 / PlaceObject2_235_1 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Text File  |  2011-09-24  |  139b  |  8 lines

  1. onClipEvent(enterFrame){
  2.    this._rotation += 15;
  3.    if(this._rotation >= 180)
  4.    {
  5.       _root.Kirby.Kirby.gotoAndPlay(40);
  6.    }
  7. }
  8.